home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / plaintex.helpmark < prev    next >
Encoding:
Text File  |  1991-10-23  |  845 b   |  29 lines

  1. +-----------------------------------------------------------------------------+
  2. |                               plaintexmathon                                |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|noneπ%
  6.  
  7. Parameters:    π|noneπ%
  8.  
  9.     π|Description:π%
  10. This markup  can be  used to make  the dollar sign  ($) the  valid math mode
  11. indicator as is used in PLAIN  TEX instead of the TEXT1 math mode indicator,
  12. the at sign (@).
  13.  
  14.     π|Example:π%
  15.  
  16. \plaintexmathon
  17. $x+y=100$
  18.  
  19.     π|Notes:π%
  20.  
  21. Do not use this markup with \monospace.
  22.     If used, it should  be specified at the top of  your document.  You will
  23. need to use the  TEX \catcode markup to change back  to using the at sign as
  24. the math mode indicator:
  25.  
  26. \catcode'44=12
  27.  
  28. For more on the \catcode markup, refer to The TEXbook.
  29.